home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / pyclbr_input.pyc (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  1KB  |  48 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 2.4)
  3.  
  4. '''Test cases for test_pyclbr.py'''
  5.  
  6. def f():
  7.     pass
  8.  
  9.  
  10. class Other(object):
  11.     
  12.     def foo(c):
  13.         pass
  14.  
  15.     foo = classmethod(foo)
  16.     
  17.     def om(self):
  18.         pass
  19.  
  20.  
  21.  
  22. class B(object):
  23.     
  24.     def bm(self):
  25.         pass
  26.  
  27.  
  28.  
  29. class C(B):
  30.     foo = Other().foo
  31.     om = Other.om
  32.     d = 10
  33.     
  34.     def m(self):
  35.         pass
  36.  
  37.     
  38.     def sm(self):
  39.         pass
  40.  
  41.     sm = staticmethod(sm)
  42.     
  43.     def cm(self):
  44.         pass
  45.  
  46.     cm = classmethod(cm)
  47.  
  48.